Fix a typo in the include guards. (#61254, Skip Montaro)
authorOwen Taylor <otaylor@redhat.com>
Wed, 26 Sep 2001 22:09:28 +0000 (22:09 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Wed, 26 Sep 2001 22:09:28 +0000 (22:09 +0000)
Wed Sep 26 18:08:19 2001  Owen Taylor  <otaylor@redhat.com>

* Makefile.am (s-enum-types-h): Fix a typo in the include
guards. (#61254, Skip Montaro)

gdk-pixbuf/ChangeLog
gdk-pixbuf/Makefile.am

index 492549aeabe54fce2fe833723bb5418aefd87975..e1aac76d5eb91467fbadff05fb154b73fc1e7821 100644 (file)
@@ -1,3 +1,8 @@
+Wed Sep 26 18:08:19 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * Makefile.am (s-enum-types-h): Fix a typo in the include
+       guards. (#61254, Skip Montaro)
+
 2001-09-21  Matthias Clasen  <matthiasc@poet.de>
 
        * io-xpm.c (xpm_extract_color): Rewritten to handle
index f4515cd7d259297c9dd55326ce9a1143c61909f2..53ab591d369c10fb0251eec2e68543ec8dd6786f 100644 (file)
@@ -251,7 +251,7 @@ $(srcdir)/gdk-pixbuf-enum-types.h: s-enum-types-h
 
 s-enum-types-h: @REBUILD@ $(gdk_pixbuf_headers) Makefile
        ( cd $(srcdir) && glib-mkenums \
-                       --fhead "#ifndef __GDK_PIXBUF__ENUM_TYPES_H__\n#define __GDK_PIXBUF_ENUM_TYPES_H__\n" \
+                       --fhead "#ifndef __GDK_PIXBUF_ENUM_TYPES_H__\n#define __GDK_PIXBUF_ENUM_TYPES_H__\n" \
                        --fprod "/* enumerations from \"@filename@\" */\n" \
                        --vhead "GType @enum_name@_get_type (void);\n#define GDK_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n"         \
                        --ftail "#endif /* __GDK_PIXBUF_ENUM_TYPES_H__ */" \